projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded61ce
)
(erc-valid-nick-regexp): Replace `legal' with `valid'.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 12:53:54 +0000
(12:53 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 5 Feb 2008 12:53:54 +0000
(12:53 +0000)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 00d61a60ffd571760b6c04b7367e227fcde92f39..649fc4a63df4ea270c8b11b190356d0ce9383e86 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-2342,7
+2342,7
@@
If STRING is nil, the function does nothing."
(setq list (cdr list))))))
(defvar erc-valid-nick-regexp "[]a-zA-Z^[;\\`_{}|][]^[;\\`_{}|a-zA-Z0-9-]*"
- "Regexp which matches all
legal
characters in a IRC nickname.")
+ "Regexp which matches all
valid
characters in a IRC nickname.")
(defun erc-is-valid-nick-p (nick)
"Check if NICK is a valid IRC nickname."